mscJNeuralNet.patterns
Class PatternsIncompatibleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bymscJNeuralNet.patterns.PatternsIncompatibleException
All Implemented Interfaces:
java.io.Serializable

public class PatternsIncompatibleException
extends java.lang.Exception

Diese Exception wird dann erzeugt, wenn zwei Lerndatensätze (Patterns-Objekte) zusammengefügt werden sollen (Patterns.merge(Patterns, Patterns)), aber verschiedene Eingabe- oder Ausgabemustergrößen besitzen.

Created on 01.01.2004

Version:
01.01.2004
Author:
M. Serhat Cinar
See Also:
Net, Exception, Serialized Form

Constructor Summary
PatternsIncompatibleException()
          Konstruktor ohne Parameter.
PatternsIncompatibleException(java.lang.String ex)
          Konstruktor mit Exceptiontext.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PatternsIncompatibleException

public PatternsIncompatibleException()
Konstruktor ohne Parameter.


PatternsIncompatibleException

public PatternsIncompatibleException(java.lang.String ex)
Konstruktor mit Exceptiontext.

Parameters:
ex - Der Text der Exception.